[INFO] cloning repository https://github.com/fashffffffff/Bio
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fashffffffff/Bio" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffashffffffff%2FBio", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffashffffffff%2FBio'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 944343393c306507c9da521fa0faef4bcd5df3cc
[INFO] checking fashffffffff/Bio against try#e622d8d7bed4f2668d446e06c6c1436ecae15796 for pr-156776
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffashffffffff%2FBio" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/fashffffffff/Bio
[INFO] finished tweaking git repo https://github.com/fashffffffff/Bio
[INFO] tweaked toml for git repo https://github.com/fashffffffff/Bio written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fashffffffff/Bio on toolchain e622d8d7bed4f2668d446e06c6c1436ecae15796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e622d8d7bed4f2668d446e06c6c1436ecae15796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/fashffffffff/Bio already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e622d8d7bed4f2668d446e06c6c1436ecae15796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+e622d8d7bed4f2668d446e06c6c1436ecae15796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 32876a9b14cd7f672f79f99d5d0f1f604b883a46e2babf0ff08114444bf4c590
[INFO] running `Command { std: "docker" "start" "-a" "32876a9b14cd7f672f79f99d5d0f1f604b883a46e2babf0ff08114444bf4c590", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "32876a9b14cd7f672f79f99d5d0f1f604b883a46e2babf0ff08114444bf4c590", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32876a9b14cd7f672f79f99d5d0f1f604b883a46e2babf0ff08114444bf4c590", kill_on_drop: false }`
[INFO] [stdout] 32876a9b14cd7f672f79f99d5d0f1f604b883a46e2babf0ff08114444bf4c590
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+e622d8d7bed4f2668d446e06c6c1436ecae15796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4655e2b9fea1b69091ec09425c28361d686c2cf0d18fdb20724a6cfc065b0caf
[INFO] running `Command { std: "docker" "start" "-a" "4655e2b9fea1b69091ec09425c28361d686c2cf0d18fdb20724a6cfc065b0caf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.121
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling wasm-bindgen v0.2.121
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking throw_error v0.2.0
[INFO] [stderr]    Compiling konst_macro_rules v0.2.19
[INFO] [stderr]     Checking send_wrapper v0.6.0
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]     Checking or_poisoned v0.1.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]    Compiling konst v0.2.20
[INFO] [stderr]     Checking guardian v1.3.0
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking utf8-width v0.1.8
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]     Checking html-escape v0.2.13
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking either_of v0.1.9
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling collection_literals v1.0.3
[INFO] [stderr]     Checking const_str_slice_concat v0.1.0
[INFO] [stderr]     Checking linear-map v1.2.0
[INFO] [stderr]    Compiling interpolator v0.5.0
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking drain_filter_polyfill v0.1.3
[INFO] [stderr]     Checking next_tuple v0.1.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]     Checking id3 v1.16.4
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling const_format v0.2.36
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stdout] error[E0521]: borrowed data escapes outside of associated function
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/id3-1.16.4/src/tcon.rs:13:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl<'a> Parser<'a> {
[INFO] [stdout]    |      -- lifetime `'a` defined here
[INFO] [stdout] 11 |     pub fn parse_tcon(s: &'a str) -> Cow<'a, str> {
[INFO] [stdout]    |                       - `s` is a reference that is only valid in the associated function body
[INFO] [stdout] 12 |         let mut parser = Parser(s);
[INFO] [stdout] 13 |         let v1_genre_ids = match parser.one_or_more(&Self::content_type) {
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  `s` escapes the associated function body here
[INFO] [stdout]    |                                  argument requires that `'a` must outlive `'static`
[INFO] [stdout]    |
[INFO] [stdout]    = note: requirement occurs because of a mutable reference to `tcon::Parser<'_>`
[INFO] [stdout]    = note: mutable references are invariant over their type parameter
[INFO] [stdout]    = help: see <https://doc.rust-lang.org/nomicon/subtyping.html> for more information about variance
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0521]: borrowed data escapes outside of method
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/id3-1.16.4/src/tcon.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |   impl<'a> Parser<'a> {
[INFO] [stdout]    |        -- lifetime `'a` defined here
[INFO] [stdout] ...
[INFO] [stdout] 23 |       fn content_type(&mut self) -> Result<String, ()> {
[INFO] [stdout]    |                       --------- `self` is a reference that is only valid in the method body
[INFO] [stdout] 24 | /         self.first_of([
[INFO] [stdout] 25 | |             &Self::id3v24_numeric_field,
[INFO] [stdout] 26 | |             &Self::escaped_content_type,
[INFO] [stdout] 27 | |             &Self::v1_content_type,
[INFO] [stdout] 28 | |         ])
[INFO] [stdout]    | |          ^
[INFO] [stdout]    | |          |
[INFO] [stdout]    | |__________`self` escapes the method body here
[INFO] [stdout]    |            argument requires that `'a` must outlive `'static`
[INFO] [stdout]    |
[INFO] [stdout]    = note: requirement occurs because of a mutable reference to `tcon::Parser<'_>`
[INFO] [stdout]    = note: mutable references are invariant over their type parameter
[INFO] [stdout]    = help: see <https://doc.rust-lang.org/nomicon/subtyping.html> for more information about variance
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0521`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `id3` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4655e2b9fea1b69091ec09425c28361d686c2cf0d18fdb20724a6cfc065b0caf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4655e2b9fea1b69091ec09425c28361d686c2cf0d18fdb20724a6cfc065b0caf", kill_on_drop: false }`
[INFO] [stdout] 4655e2b9fea1b69091ec09425c28361d686c2cf0d18fdb20724a6cfc065b0caf
